Feature: Introduce writeSubData in Texture API#385
Closed
nemerle wants to merge 2655 commits into
Closed
Conversation
…ounterpart is updated right away
…arent class, added IsDestroyed property
…y, to be consistent with other GUI elements
…cted child element
…now handle component and resource types as well
Specify correct return type in example
…l time - Also frame delta passed is now the animation frame delta, rather than the main loop frame delta
…mponents of a range
…t creation so its part of the public API, advanced RTTI manual is now part of user manuals
…ill no longer return the first component - This makes it harder to screw up if you forget to implement RTTI for a component
…be available for manually requested render operations
… to run tasks which were queued on a frame for which core sync has not yet been executed - Also cleaned up a couple of warnings regarding profiling and renderer tasks
…stom getter/setter
…AssemblyManager::getReflectableFromManagedObject
When CMAKE_CONFIGURATION_TYPES was not set (e.g. Ninja builds) the IMPORT_LOCATION was only set to the release path, this causes issues with debug builds. This switches it over so the default being release and only debug is overwritten when configuration is debug.
This fixes MSVC build issues with C-style arrays as a value in UnorderedMap
… state - We're no longer converting between euler & quaternion curves back and forth, resolving the concern expressed in that comment
… enums or resource references
…ltiple build configurations dont conflict with each other
…tion - Updated Material to use the HDR variant by default
…operations are submitted - In particular it needs to guarantee that any initialize() calls originating from other threads get processed - This might break some functionality as this was previously change to fix some other issue
- Getting bokeh shaders to compile and backing C++ code
- Added C++ code for the 'combine' shader - Fixed some compile issues with the 'combine' shader - Added a renderer node combining all the shaders
- Added default Bokeh flare texture to the renderer
Refactor: introduce `verifyLockAndThread` helper function to reduce repetition. This should make modifying contents easier and reduce the need to allocate fully blown PixelData to implement simple operations ( flipping images etc. )
This is mostly a proposal and a call for help from D3D11 and Vulkan gurus out there. What is missing: - Vulkan support - D3D11 support - Optional written-area-within-target checks.
Member
|
I'd prefer the new method is also named |
Contributor
Author
I've originally named those methods |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is mostly a proposal and a call for help from D3D11 and Vulkan gurus out there.
What is missing: